home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / danix201.zip / TAIL.1 < prev    next >
Text File  |  1994-01-16  |  424b  |  18 lines

  1. TAIL(1)                Danix Utilities                TAIL(1)
  2.  
  3. NAME
  4.     tail - display the last part of a file
  5.  
  6. SYNOPSIS
  7.     tail [ -<n> | +<n> ] files ...
  8.  
  9. DESCRIPTION
  10.     tail copies the given files to standard output beginning at a
  11.     specified position in the file.  The default is to display the
  12.     last 10 lines of each file.
  13.  
  14. OPTIONS
  15.     -<n>  begin <n> lines from the end of the file
  16.  
  17.     +<n>  begin <n> lines from the beginning of the file
  18.